On one of pyxc_domain_getinfo's error paths, free the block allocated
authoremellor@ewan <emellor@ewan>
Wed, 21 Sep 2005 10:24:26 +0000 (11:24 +0100)
committeremellor@ewan <emellor@ewan>
Wed, 21 Sep 2005 10:24:26 +0000 (11:24 +0100)
commit7bfeb73ad774946e2cac1ad145c4e12fefeded94
tree69b9a28ef36188fb68bdcc0c0a83b4bf1485de43
parent0a8fb66792d9f698eb040df989757eb646bba3d7
On one of pyxc_domain_getinfo's error paths, free the block allocated
previously.  This would have caused a memory leak when attempting to get info
on a domain that does not exist.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/lowlevel/xc/xc.c